/* definiamo il colore dello sfondo e della barra di scorrimento (IE6) */
/* background colour and property of sliding bar (IE6) */
BODY {
	/*background: #D0F4FF url(../images/base.gif) repeat; SCROLLBAR-FACE-COLOR: #005980; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #005980; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ff0000; SCROLLBAR-DARKSHADOW-COLOR: #005980; SCROLLBAR-BASE-COLOR: #ff0000*/
	background-image:url(style/bg.jpg);
	background-repeat:repeat-x;
	background-color:#A9BACA;
	cursor:default;
}

/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
P {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
DIV {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
a{
	text-decoration:none;
	color:#1374C4;
}
/* caratteristiche dei link */
/* property of hyperlinks*/
.tablemenu .tablemsg a{
	COLOR: #1374C4; CURSOR: hand; FONT: 11px Tahoma, Verdana, Arial, sans-serif; TEXT-DECORATION: none;
	border-bottom:1px #1374C4 hidden;
	margin:3px;
}
.tablemenu .tablemsg a:hover {
	COLOR: #1374C4; TEXT-DECORATION: none;
	border-bottom:1px #1374C4 dotted;
}
/*A:active {
	COLOR: #ff0000
}*/

/* queste classi definiscono gli style per i tag relativi ai moduli ( input, select )*/
/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #005980;
	background-color : #ffffff;
}
.pulsante{
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #FFFFFF;
	text-transform:capitalize;
	font-variant:small-caps;
	border-width : 1;
	border-style : solid;
	border-color : #083A6B;
	background-color : #2C5581;
}
.pulsante:hover{
	background-color:#CCCCCC;
	color:#003366;
}

/* tale classe definisce gli style per il bordo ed il colore di sfondo delle tabelle */
/*  this class is related to the edges and to the background colour of the tables */
.tablemenu, .tablemenua{
	border:#003366 1px solid;
	background-color:#FFFFFF;
} 
.tablemenua a{
	COLOR: #1374C4; CURSOR: hand; FONT: 11px Tahoma, Verdana, Arial, sans-serif; TEXT-DECORATION: none;
	border-bottom:1px #1374C4 hidden;
}
.tablemenua a:hover{
	COLOR: #1374C4; TEXT-DECORATION: none;
	border-bottom:1px #1374C4 dotted;
}
.tablemenu .tabledate{
	background-image:url(style/bg_date.png);
	height:18px;
	padding-right:5px;
	text-transform:capitalize;
	font-variant:small-caps;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	border-bottom:#003366 1px dotted;
}
.tablemenu .tablemsg{
	background-image:url(style/bg_msg.gif);
	padding:5px;
	text-align:justify;
}
.tablemenu .tablebott{
	background-image:url(style/bg_msg.gif);
	text-align:center;
	padding:1px;
	border-top:#003366 1px dashed;
	text-transform:capitalize;
	font-variant:small-caps;
	background-color:#F3F3F3;
	color:#003366;
}
.tablemenu .tablebott img{
	margin:0px 5px 0px 5px;
}
.dividi{
	border-left:#003366 1px dotted;
	margin:0px 5px 0px 5px;
}

/* tale classe definisce uno dei due colori base ovvero il rosso */
/* basic colour: red */
.red {
	COLOR: #ff0000
}

/* tale classe definisce l'altro colore base ovvero il blue */
/* basic colour: blue */
.blue{
	COLOR: #005980
}

/* queste classi simulano il tag hr per evitare incompatibilità con browser diversi da IE */
/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
/* Thanks ..:: gico ::.. */
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #22262A}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #005980}
.bottomc{
	font-variant:small-caps;
	text-align:center;
	color:#003366;
}

.pages{
	border:#000000 solid 1px;
	background-image:url(style/bg_msg.gif);
}
.pages td{
	font-variant:small-caps;
	text-align:center;
}